From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:19:32 +0000 (+0000) Subject: Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~174^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=7e980fc6d9048b333020ea9535b94a29da44f1de;p=nextcloud-desktop.git Bump cpp-linter/cpp-linter-action from 2.13.3 to 2.13.4 Bumps [cpp-linter/cpp-linter-action](https://github.com/cpp-linter/cpp-linter-action) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/cpp-linter/cpp-linter-action/releases) - [Commits](https://github.com/cpp-linter/cpp-linter-action/compare/v2.13.3...v2.13.4) --- updated-dependencies: - dependency-name: cpp-linter/cpp-linter-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 4fad95fd3..8a7a32eee 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: cpp-linter/cpp-linter-action@v2.13.3 + - uses: cpp-linter/cpp-linter-action@v2.13.4 id: linter env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}